Catch 1
select count(SongId) from chartsquery where (genre='Electronic') and (subgenre='Jazz Techno')
RowsCount=0Catch 1B
select count(SongId) from chartsquery where (genre='Electronic')
RowsCount=0